
    
		/*大盒子*/
	.ss	.box{
		
			position: relative;
		
 
		}
		/*图片大小*/
	.ss	img{
			width: 100%;
			height: 100%;
		}
		/*文本信息*/
		.ss	#tt{
			/*width: 500px;*/
			/*height: 40px;*/
			text-align: left;
			font-size: 24px;
			font-weight: 900;
			font-family: 微软雅黑;
			/*text-align: center;*/
			/*line-height: 40px;*/
		background-color: 	#dff0c1	;
			/*opacity: 0.5;*/
			color:#000000;
			/*position: absolute;*/
			/*left:0px;*/
			/*bottom: 0px;*/
		}
	.ss	#text{
			/*width: 500px;*/
			/*height: 40px;*/
			font-size: 20px;
			font-family: 微软雅黑;
			text-align: center;
			/*line-height: 40px;*/
		background-color: 	#dff0c1	;
			/*opacity: 0.5;*/
			color:#000000;
			/*position: absolute;*/
			/*left:0px;*/
			/*bottom: 0px;*/
		}
		/*左右箭头*/
	.ss	#left,#right{
			width:60px;
			height: 70px;
			font-size: 20px;
			font-family: 微软雅黑;
			text-align: center;
			line-height: 70px;
			background-color: #40E0D0;
			/* border:2px solid #a1a1a1; */
			/* border-radius:50px; */
			opacity: 0.5;
			color:#FFFFFF;
		}
	.ss	#left{
			border-top-right-radius:2em;
			border-bottom-right-radius:2em;
		}
	.ss	#right{
			border-top-left-radius:2em;
			border-bottom-left-radius:2em;
		}
		/* 指向箭头 */
	.ss	pan {
		  border: solid black;
		  border-width: 0 4px 4px 0;
		  display: inline-block;
		  padding: 7px;
		}
		
	.ss	.ri {
		    transform: rotate(-45deg);
		    -webkit-transform: rotate(-45deg);
		}
		
	.ss	.le {
		    transform: rotate(135deg);
		    -webkit-transform: rotate(135deg);
		}
		/* .up {
		    transform: rotate(-135deg);
		    -webkit-transform: rotate(-135deg);
		}
		
		.down {
		    transform: rotate(45deg);
		    -webkit-transform: rotate(45deg);
		} */
		/*定位信息*/
	.ss	#left{
			position: absolute;
			top:240px;
			left:0px;
		}
	.ss	#right{
			position: absolute;
			top: 240px;
			right:0px;
		}
		
		







.section__model {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(8, 8, 8, 0.5);
  color: #fff;
  font-size: 14px;
  z-index: 100000000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.section__model .section__box {
  display: flex;
  flex-direction: column;
  width: 550px;
  padding: 0px;
}
.section__model .section__box .section__bottom {
  box-sizing: border-box;
  padding: 40px 173px;
  width: 100%;
  background: #fff;
  position: relative;
  text-align: center;
}
.section__box .section__top .section__text {
  font-size: 26px;
}
.section__box .section__top .section__text__two {
  font-size: 18px;
}
.section__model .section__box .section__bottom .section__button {
  background-color: #00a0ea;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.section__model .section__box .section__bottom .section__time {
  position: absolute;
  top: -35px;
  left: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.section__model .section__box .section__bottom .section__time div {
  font-size: 42px;
  font-weight: 600;
  background: #fff;
  color: black;
  padding: 15px;
}
.section__model .section__box .section__top {
  width: 100%;
  height: 300px;
  padding: 30px 65px 46px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
}
@media (max-width: 800px) {
  .section__model .section__box {
    width: 400px;
  }
  .section__model .section__box .section__bottom {
    padding: 40px 70px !important;
  }
}
